cd D:\DOWNLOADS\llm-observability-platform
docker-compose up -d
cd D:\DOWNLOADS\llm-observability-platform\frontend
python -m http.server 3002

request send
Invoke-WebRequest -UseBasicParsing -Uri "http://localhost:8001/chat" -Method POST -Headers @{"Content-Type"="application/json"} -Body '{"message": "What is AI?", "model": "tinyllama"}'

URL	What to Show  
http://localhost:3002   Main Dashboard — show this first!
http://localhost:9090P  rometheus metrics
http://localhost:3001   Grafana


llm_requests_total
llm_tokens_totalrate
(llm_requests_total[5m])